| Einhugur macOS Bridge plugin. |
|
EinhugurCoreBridge.NSDate Class
A representation of a specific point in time, independent of any calendar or time zone.
EinhugurCoreBridge.NSObject
NSDate
class EinhugurCoreBridge.NSDate
Constructors
NSDate | Constructs NSDate object, initialising it with current date and time. |
Properties
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
TimeIntervalSince1970 | The interval between the date object and 00:00:00 UTC on 1 January 1970. |
TimeIntervalSinceReferenceDate | The interval between 00:00:00 UTC on 1 January 2001 and the current date and time. |
Methods
shared Cast | Does deep cast on incoming NSObject to NSDate |
Equal | Returns a Boolean value that indicates whether a given object is a date that is exactly equal the receiver. |
shared FromIntegerPtr | Constructs NSDate object from Integer handle coming from declares or 3rd party plugin. |
shared IsNSDate | Returns true if the NSObject under the hood is NSDate or derived from NSDate. |
Release (Inherited) | Releases the NSObject. |
Retain (Inherited) | Retains the NSObject |
Constants
Version = 5.0 (Inherited) | |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconiOSUnsupported Platforms:
Windows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bit